From: Glenn Morris Date: Thu, 5 Apr 2007 06:16:18 +0000 (+0000) Subject: (top-level): Provide self. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~1125 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=cb068c9b18ba4959dd70077b7a9480b2fa02cd9c;p=emacs.git (top-level): Provide self. --- diff --git a/lisp/emacs-lisp/authors.el b/lisp/emacs-lisp/authors.el index d93d80e0c8e..31464269567 100644 --- a/lisp/emacs-lisp/authors.el +++ b/lisp/emacs-lisp/authors.el @@ -688,5 +688,7 @@ the Emacs source tree, from which to build the file." (authors root) (write-file file))) +(provide 'authors) + ;;; arch-tag: 659d5900-5ff2-43b0-954c-a315cc1e4dc1 ;;; authors.el ends here diff --git a/lisp/play/animate.el b/lisp/play/animate.el index 9bad228315a..1ac134bcd6b 100644 --- a/lisp/play/animate.el +++ b/lisp/play/animate.el @@ -189,5 +189,7 @@ You can specify the one's name by NAME; the default value is \"Sarah\"." (animate-string "my sunshine" 18 34) (animate-string "to stay!" 19 34)) +(provide 'animate) + ;;; arch-tag: 275289a3-6ac4-41da-b527-a1147045392f ;;; animate.el ends here